aboutdialog: Small docs tweak
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 Feb 2021 22:49:13 +0000 (17:49 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:34 +0000 (16:37 +0000)
gtk/gtkaboutdialog.c

index e8f10ffc4f5b0bc622b736ac81209dcad1113ceb..8922d574be92557b77922ad31646ff77eb62ad98 100644 (file)
  * GtkAboutDialog:
  *
  * The `GtkAboutDialog` offers a simple way to display information about
- * a program like its logo, name, copyright, website and license.
+ * a program.
  *
- * It is also possible to give credits to the authors, documenters, translators
- * and artists who have worked on the program. An about dialog is typically
- * opened when the user selects the `About` option from the `Help` menu.
- * All parts of the dialog are optional.
+ * The shown information includes the programs' logo, name, copyright,
+ * website and license. It is also possible to give credits to the authors,
+ * documenters, translators and artists who have worked on the program.
+ *
+ * An about dialog is typically opened when the user selects the `About`
+ * option from the `Help` menu. All parts of the dialog are optional.
  *
  * ![An example GtkAboutDialog](aboutdialog.png)
  *